ServiceSyncItems Method (FolderId) |
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic SyncItemsResponse SyncItems(
FolderId folderId
)
Public Function SyncItems (
folderId As FolderId
) As SyncItemsResponse
Parameters
- folderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder that contains the items to synchronize with.
Return Value
Type:
SyncItemsResponseA list of changes that occurred in the specified folder.
See Also